home *** CD-ROM | disk | FTP | other *** search
/ Glasklar Interactive Technology / Glasklar Interactive Technology - Disc 1.iso / Technik / BS080.dxr / Verhalten_1_BMS.ls < prev    next >
Encoding:
Text File  |  2000-09-15  |  374 b   |  15 lines

  1. global talkon, currentlevel
  2.  
  3. on exitFrame
  4.   if talkon = 1 then
  5.     set the visible of sprite 50 to 1
  6.     set the visible of sprite 52 to 0
  7.     set the volumeLevel of sprite(6) to currentlevel * 51
  8.     set the movieRate of sprite 6 to 1
  9.   else
  10.     set the visible of sprite 50 to 0
  11.     set the visible of sprite 52 to 1
  12.     set the volumeLevel of sprite(6) to 0
  13.   end if
  14. end
  15.